home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
PVDRIVER
/
SS24DRV.ZIP
/
SS24DRVB.ZIP
/
WIN.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-04-24
|
996b
|
47 lines
@echo off
if "%1"=="" goto wrong
:good
echo Copying Windows drivers to %1\SS24...
:check1
if exist %1\SS24\SHARED\*.* goto do1
md %1\SS24\SHARED
:do1
shared %1\SS24\SHARED
:check2
if exist %1\SS24\WIN30DRV\*.* goto do2
md %1\SS24\WIN30DRV
:do2
win30drv %1\SS24\WIN30DRV
:check3
if exist %1\SS24\WIN31DRV\*.* goto do3
md %1\SS24\WIN31DRV
:do3
win31drv %1\ss24\win31drv
:check4
if exist %1\ss24\iconfix\*.* goto do4
md %1\ss24\iconfix
:do4
iconfix %1\ss24\iconfix
:end
%1\ss24\end.bat %1
:wrong
cls
echo ******************************************************
echo *** This program requires DIAMOND INSTALL PROGRAM ***
echo *** The install program is located on SpeedSTAR 24 ***
echo *** Driver and Utility Disk 1. ***
echo *** ***
echo *** Use the GO.BAT file found on Disk 1 to begin. ***
echo ******************************************************
echo.
echo.
echo.